google.golang.org/grpc.dialOptions.timeout (field)
4 uses
google.golang.org/grpc (current package)
clientconn.go#L272: if cc.dopts.timeout > 0 {
clientconn.go#L274: ctx, cancel = context.WithTimeout(ctx, cc.dopts.timeout)
dialoptions.go#L81: timeout time.Duration
dialoptions.go#L460: o.timeout = d
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)